-
Notifications
You must be signed in to change notification settings - Fork 341
🍒 [lldb] Add build option to specify the libxml 2 version (llvm#142183) #10774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stable/20240723
Are you sure you want to change the base?
🍒 [lldb] Add build option to specify the libxml 2 version (llvm#142183) #10774
Conversation
@swift-ci test |
|
@swift-ci please test Windows platform |
The Swift Windows toolchain uses its own static build of libxml 2, which is more recent than 2.8, resulting in the provided libxml 2 to be rejected. This change allows to specify a custom version for libxml 2, while defaulting to 2.8. (cherry-picked from commit llvm/llvm-project@a080c74)
00f7208
to
0dbbcb7
Compare
@swift-ci please test |
Please test with following PRs: @swift-ci please test Windows platform |
The |
@swift-ci please test macOS platform |
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
@swift-ci please test macOS platform |
@swift-ci please test Windows platform |
The Swift Windows toolchain uses its own static build of libxml 2, which is more recent than 2.8, resulting in the provided libxml 2 to be rejected. This change allows to specify a custom version for libxml 2, while defaulting to 2.8.
(cherry-picked from commit llvm/llvm-project@a080c74)